<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åº•éƒ¨ å¯¼èˆªæ&nbsp; ï¼ˆåŒºå†…é“¾æŽ¥ã€å…¶ä»–é“¾æŽ¥ï¼‰START */
.section-links {
  width: 100%;
  background: #245399;
}
.section-links .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.section-links .tabs li {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
  padding: 10px 5px;
}
.section-links .tabs li:hover {
  cursor: pointer;
}
.section-links .tabs li:first-child {
  margin-right: 20%;
}
.section-links .tabs li.active {
  color: rgba(255, 255, 255, 1);
  border-bottom: 2px solid #fff;
}
/* åº•éƒ¨ å¯¼èˆªæ&nbsp; ä¸‹æ‹‰å†…å®¹ START */
.tab-content {
  position: relative;
  transition: all 0.3s ease;
}
.tab-item {
  background: #245399;
  z-index: 100;
  /* width: 100%; */
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.tab-item.active {
  top: 0;
}
.tab-content ul {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 20px; */
}
.tab-content ul li {
  width: 50%;
  margin-bottom: 16px;
}
.tab-content &gt; ul &gt; li &gt; a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
/* åº•éƒ¨ å¯¼èˆªæ&nbsp; ä¸‹æ‹‰å†…å®¹ END*/
/* åº•éƒ¨ å¯¼èˆªæ&nbsp; ï¼ˆåŒºå†…é“¾æŽ¥ã€å…¶ä»–é“¾æŽ¥ï¼‰END */

/* åº•éƒ¨åŒºåŸŸ */
.new-footer {
  background-color: #e9edf4;
  padding: 32px 0px;
}
.web-info p {
  font-size: 14px;
  line-height: 1.8em;
}

/* åº•éƒ¨ å·¥å…·æ&nbsp; ï¼ˆç½‘ç«™çº&nbsp;é”™ã€ç½‘ç«™åœ°å›¾ã€è”ç³»æˆ‘ä»¬ï¼‰START */
.toolbar-1 {
  display: flex;
  margin-bottom: 48px;
}

.toolbar-1 li {
  margin-right: 8px;
  border-left: 1px solid #245399;
}

.toolbar-1 li a span {
  color: #245399;
  padding-left: 8px;
}
.toolbar-1 li:first-child &gt; a &gt; span {
  padding-left: 0;
}
.toolbar-1 li:first-child {
  border-left: none;
}
/* åº•éƒ¨ å·¥å…·æ&nbsp; ï¼ˆç½‘ç«™çº&nbsp;é”™ã€ç½‘ç«™åœ°å›¾ã€è”ç³»æˆ‘ä»¬ï¼‰END */

/* åº•éƒ¨ å¤‡æ¡ˆä¿¡æ¯ START*/
.bei-an-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bei-an-list span {
  margin-right: 10px;
  margin-bottom: 6px;
}
.bei-an-list span img {
  vertical-align: bottom;
}
/* åº•éƒ¨ å¤‡æ¡ˆä¿¡æ¯ END*/
.hidden-sm {
  display: block;
}
@media (min-width: 1536px) {
  .new-footer {
    padding: 48px 32px;
  }
}
@media (min-width: 1024px) {
  .tab-content &gt; ul &gt; li &gt; a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .tab-content ul li {
    width: 25%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .new-footer {
    min-width: 100%;
  }
  .section-links {
    min-width: 100%;
    margin-top: 0;
  }
  .hidden-sm {
    display: none;
  }
  /* åº•éƒ¨ å·¥å…·æ&nbsp; ï¼ˆç½‘ç«™çº&nbsp;é”™ã€ç½‘ç«™åœ°å›¾ã€è”ç³»æˆ‘ä»¬ï¼‰START */
  .toolbar-1 {
    margin-bottom: 24px;
  }
}
</pre></body></html>